SoftwareGit NotesOn this pageGit Notes Changing Commit Message After Push Source git commit --amendorgit commit -m --amend Enter the new commit message then git push --force-with-lease <repo> <branch>